From 8a02827e39a4ab64c168f52fcef251569943a1ee Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Mon, 6 Dec 1999 00:22:29 +0000 Subject: [PATCH] Add back $(GNOME_LIBS). This must compile outside of gnome-libs. If you 1999-12-05 Federico Mena Quintero * gdk-pixbuf/Makefile.am (testpixbuf_LDADD): Add back $(GNOME_LIBS). This must compile outside of gnome-libs. If you want, send me a patch to do the conditional stuff properly. Otherwise, please read the GNOME Programming Guidelines, especially the "CVS policies" section. --- gdk-pixbuf/ChangeLog | 8 ++++++++ gdk-pixbuf/Makefile.am | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 7b3e305dd2..2c78961328 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,11 @@ +1999-12-05 Federico Mena Quintero + + * gdk-pixbuf/Makefile.am (testpixbuf_LDADD): Add back + $(GNOME_LIBS). This must compile outside of gnome-libs. If you + want, send me a patch to do the conditional stuff properly. + Otherwise, please read the GNOME Programming Guidelines, + especially the "CVS policies" section. + 1999-12-05 Jaka Mocnik * gdk-pixbuf/Makefile.am: removed GNOME_LIBS from testpixbuf_LDADD. diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 99b21de3b9..e17bfb5cb9 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -48,8 +48,7 @@ AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(libexecdir)\"" LDADDS = libgdk_pixbuf.la $(LIBART_LIBS) $(GLIB_LIBS) $(GTK_LIBS) -testpixbuf_LDADD = $(LDADDS) $(LIBART_LIBS) \ - -lgmodule +testpixbuf_LDADD = $(LDADDS) $(LIBART_LIBS) $(GNOME_LIBS) -lgmodule #testpixbuf_drawable_LDADD = $(LDADDS) $(GNOME_LIBS) -- 2.30.2